Vcenter Vm Hardware Adapter Nvme CreateSpec

Vcenter Vm Hardware Adapter Nvme CreateSpec
Vcenter Vm Hardware Adapter Nvme CreateSpec

The Vcenter Vm Hardware Adapter Nvme CreateSpec schema provides a specification for the configuration of a newly-created virtual NVMe adapter.

This schema was added in vSphere API 7.0.0.1.

JSON Example
{
    "bus": 0,
    "pci_slot_number": 0
}
integer As int64 As int64
bus
Optional

NVMe bus number.

This property was added in vSphere API 7.0.0.1.

If missing or null, the server will choose an available bus number; if none is available, the request will fail.

integer As int64 As int64
pci_slot_number
Optional

Address of the NVMe adapter on the PCI bus.

This property was added in vSphere API 7.0.0.1.

If missing or null, the server will choose an available address when the virtual machine is powered on.